projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a108c10
)
Add Bug#.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 2 May 2011 03:21:58 +0000
(20:21 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 2 May 2011 03:21:58 +0000
(20:21 -0700)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a93cc8d2a9d29c3917c5ef55c271a4fcb48db425..3013418afec8baf22f671a61c7fa7a1a7b0eaa5f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-6,7
+6,7
@@
for example, #x1fffffffffffffff was misread as -2305843009213693952.
(digit_to_number): Move earlier, for benefit of read_integer.
Return -1 if the digit is out of range for the base, -2 if it is
- not a digit in any supported base.
+ not a digit in any supported base.
(Bug#8602)
2011-04-30 Paul Eggert <eggert@cs.ucla.edu>